home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 July / Macworld (1999-07).dmg / Shareware World / Info / For Developers / Mops 3.4.sea / README.1ST < prev    next >
Text File  |  1999-02-18  |  4KB  |  105 lines

  1. This is Mops 3.4, of February 1999.
  2.  
  3. This version of the release is already fully built, so you
  4. can go right ahead and run Mops (68k) or PowerMops (Power Macs).
  5.  
  6. If you should need to re-build it from the basic Mops nucleus
  7. for any reason, the instructions are at the start of the
  8. manual.
  9.  
  10.  
  11.             ============================
  12.  
  13. You should have a folder called "Mops 3.4".  In this folder there
  14. should be two files and three folders.  The two files are this file
  15. (README.1ST) and "Mops 3.4 release notes".  The folders are
  16. "Mops ƒ", "Mops Source" and "Quick Edit ƒ".
  17.  
  18. The "release notes" file is mainly aimed at current Mops users, and
  19. describes the main features of this release that differ from previous
  20. releases.
  21.  
  22. "Mops ƒ" contains:
  23.  
  24. *** The 68k Mops nucleus application itself (Mops).
  25.  
  26. *** The initial 68k Mops dictionary (Mops.dic).  You normally run
  27. 68k Mops by double-clicking on a dictionary image like this one.
  28.  
  29. *** The initial PowerMops application (PowerMops).
  30.  
  31. *** The source files which get loaded above the nucleus, but before
  32. HFS file handling is available - Base, Args, Class, Struct, String, Files 
  33. and Modules.  These must be in the same folder as Mops.
  34.  
  35.  
  36. "Mops source" contains all the other Mops source files (of course!!)
  37.  
  38. The folder "Extras" is now with 3.4, and contains a number of
  39. miscellaneous files that don't really fit any other category.
  40. Most of these were in "System source" in earlier releases,
  41. but didn't really belong there.
  42.  
  43. The folder "Demo folder" contains the source for the Demo application
  44. that is described in the Mops tutorial in the manual.  I used to
  45. bundle this with the manual, but I now think it's more logical in
  46. "Mops source".
  47.  
  48. The folder "More classes" contains various ex-Neon classes that I 
  49. have converted, as well as a number of other classes I have written over 
  50. the last few years.  Some of these have not been updated to the latest Mops 
  51. version, but only minor changes would be needed.
  52.  
  53. "Quick Edit ƒ" contains Doug Hoffman's Quick Edit text editor which
  54. communicates with Mops via Apple events, and related files.
  55.  
  56. If you don't alter the folder configuration as supplied, things should 
  57. work. If you want to put all the Mops stuff into a folder, or change the 
  58. folder configuration, you will need to edit the file "Mops.paths" in the 
  59. "Mops ƒ" folder - this defines the HFS paths that Mops will use to look for 
  60. files.
  61.  
  62.  
  63.                 ===============================
  64.                 
  65.  
  66. If you use floating point, on a 68k Mac, you can compile it by firing up
  67. Mops.dic and typing
  68.  
  69. // floating point
  70.  
  71. and when it's compiled, save with
  72.  
  73. save MopsFP.dic
  74.  
  75. After this, you should be able to fire up either the standard or
  76. floating point system by double-clicking on the dictionary image Mops.dic
  77. or MopsFP.dic.
  78.  
  79. If you want PowerMops floating point, fire up PowerMops and type
  80.  
  81. // zfloating point
  82.  
  83. Yes, that's "floating point" with a z in front.
  84.  
  85.  
  86. So, good luck, and do please read the release notes to find out
  87. all the things that you can't do yet (otherwise you might email
  88. me about them, and that wouldn't be good, since I know about them
  89. already  :-)
  90.  
  91.  
  92.  
  93. As always, I hope you enjoy Mops/PowerMops!
  94.  
  95.  
  96. ------------------------------------------------------------------------
  97. Mike Hore        email:          mikeh@zeta.org.au
  98.                  Mops web page:  http://www.netaxs.com/~jayfar/mops.html
  99. snail-mail:                                                      _--_|\
  100.         Michael Hore                                            /      \
  101.         54 Frederick St,                                        \_.--._*
  102.         Sydenham  NSW  2044,                                          v
  103.         AUSTRALIA.
  104. ------------------------------------------------------------------------
  105.